home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_4.zip / GLE_SUR.ZIP / SURF3.GLE < prev    next >
Text File  |  1991-04-05  |  434b  |  25 lines

  1. size 12 5 ! you must run SURFACE before GLEing this file
  2. amove 1 4.5
  3. set hei .35 font tt
  4. begin table
  5. begin surface
  6.    size 5 5 
  7.    data surf1.z
  8.    zaxis min -1 max 3
  9.    xtitle "Xaxis"
  10.    ztitle "Zaxis"
  11.    points surf3.dat
  12.    riselines lstyle 2
  13.    marker fcircle
  14.    skirt on
  15.    rotate 80 30 0
  16.    view 2.5 3 .6
  17. end surface
  18. end table
  19. amove 7 0
  20. begin origin
  21. box 5 5 
  22. set lwidth .00001
  23. bigfile SURF3.big
  24. end origin
  25.